objectType = $objectType; $this->methodName = $methodName; $this->functionName = $functionName; } public function getObjectType() : string { return $this->objectType; } public function getMethodName() : string { return $this->methodName; } public function getFunctionName() : string { return $this->functionName; } }